home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Utilities Experience
/
The Utilities Experience - Volume 1.iso
/
software
/
disk_tools
/
playcdda1.1
/
check
/
4
< prev
next >
Wrap
Text File
|
1995-08-08
|
430b
|
12 lines
Assign Work: Exists
if warn
requestchoice "Work: not assigned" "YACDP ist nicht installiert bzw. der Pfad ist nicht *n 'Work:YACDP/YACDP' ?" "Abbruch"
else
if EXISTS WORK:YACDP/YACDP
requestchoice "Sie haben installiert:" "`version WORK:YACDP/YACDP full`" "OK"
else
requestchoice "Fehler" "YACDP ist nicht installiert, oder der Pfad ist nicht *n 'Work:YACDP/YACDP' ?" "Abbruch"
endif
EndIf